home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 March / PCWorld_2003-03_cd.bin / Software / Topware / sandra / setup.exe / {app} / docs / style / default.css next >
Cascading Style Sheet File  |  2001-12-18  |  995b  |  65 lines

  1. BODY, TD, P    {
  2.         font-family: Verdana;
  3.         font-size: 10pt;
  4.         font-weight: plain;
  5.         color: black;
  6.         background: "white";
  7.         }
  8.         
  9. TH        {
  10.         font-family: Verdana;
  11.         font-size: 10pt;
  12.         font-weight: bold;
  13.         color: white;
  14.         background: blue;
  15.         text-align: center;
  16.         }
  17.  
  18. .title        {
  19.         font: 10pt/12pt Verdana;
  20.         font-style: plain;
  21.         font-weight: light;
  22.          color: black;
  23.          text-align: center;
  24.         }
  25.  
  26. BLOCKQUOTE     {
  27.         background: #7fffd4
  28.         }
  29.  
  30. H1        {
  31.         font-family: Verdana;
  32.         font-size: 16pt;
  33.         font-weight: bold;
  34.         color: blue;
  35.         }
  36.  
  37. H2        {
  38.         font-family: Verdana;
  39.         font-size: 14pt;
  40.         font-weight: bold;
  41.         color: blue;
  42.         }
  43.  
  44. H3        {
  45.         font-family: Verdana;
  46.         font-size: 12pt;
  47.         font-weight: bold;
  48.         color: blue;
  49.         }
  50.  
  51. H4        {
  52.         font-family: Verdana;
  53.         font-size: 10pt;
  54.         font-weight: bold;
  55.         color: black;
  56.         }
  57.  
  58. H5        {
  59.         font: 8pt/10pt Verdana;
  60.         font-weight: light;
  61.         }
  62.  
  63. A:link        { color: #003399 }
  64. A:visited    { color: #003399 }
  65. A:hover        { color: red   }